home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 29 / pascal / read.me < prev    next >
Encoding:
Text File  |  1985-11-19  |  896 b   |  34 lines

  1. ANTENNA.PAS
  2.  
  3.     Short Pascal Program to calculate DIPOLE dimensions for HF radio antennas.
  4.     ENJOY!
  5.  
  6.  
  7. PROCPASS.PAS
  8.  
  9.     This program is an example of using machine language within OSS Pascal
  10.     to perform a Supervisor task.  In this case reading the system 200 hz.
  11.     clock register.
  12.     I hope this will be useful.
  13.     Enjoy, John D. Hays 
  14.  
  15.  
  16. PRPASCAL.PAS
  17.  
  18.     YOU CAN USE THE PROCEDURES GETDATE AND GETTIME BY THEMSELVES IF YOU HAVE THE
  19.     FUNCTION CALLS AT THE TOP OF THE PROGRAM.  This is a PASCAL printout 
  20.     program.  Disect, review it, and use it.
  21.  
  22.  
  23. RANDOM.PAS
  24.  
  25.     Keywords: RANDOM PERSONAL PASCAL
  26.     
  27.     This file illustrates a method for generating random numbers with Personal
  28.     Pascal, setting the high and low limits of the range desired.
  29.     
  30.  
  31. TXTTOREC.PAS
  32.  
  33.     This is an example pascal program that make a text file into a record file.
  34.